yangfeng
2023-10-17 33836e44d74759010d8e79f3cc702186c4bdf4ea
src/views/sales/salesOpportunity/AddSalesOpportunityDialog.vue
@@ -877,9 +877,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 = ""
          }