haoxuan
2023-10-17 437944f7efda35f9d791e967c38857974473bd4d
src/views/sales/salesOpportunity/AddSalesOpportunityDialog.vue
@@ -878,9 +878,8 @@
    },
    async getCityList(val, value) {
      await getCityList({ province_id: val }).then((res) => {
        console.log(res)
        if (res.data.code === 200) {
          this.cityOptions = res.data.data.list
        if (res.code === 200) {
          this.cityOptions = res.data.list
          if (value === "sel") {
            this.editConfig.infomation.city_id = ""
          }