Преглед изворни кода

竞争对手详情页联系人调整

qymljy пре 1 година
родитељ
комит
af32b73ea9

+ 0 - 7
src/HDrpManagement/competitor/detail/modules/addressManage/modules/edit.vue

@@ -130,13 +130,6 @@ export default {
   methods:{
     onshow(){
       this.dialogFormVisible = true
-      /*this.form.sys_enterpriseid = this.data.sys_enterpriseid
-      this.form.contactsid = this.data.contactsid
-      this.form.remarks = this.data.remarks
-      this.form.address = this.data.address
-      this.form.province = this.data.province
-      this.form.city = this.data.city
-      this.county = this.data.county*/
       this.form = Object.assign({},this.form,this.data)
       this.form.value[0] = this.data.province
       this.form.value[1] = this.data.city

+ 0 - 11
src/SDrpManagement/salerPrivatecustomer/detail/modules/addressManage/modules/edit.vue

@@ -138,18 +138,7 @@ export default {
   },
   methods:{
     onshow(){
-      console.log(this.data,"编辑数据")
       this.dialogFormVisible = true
-      // this.form.sys_enterpriseid = this.data.sys_enterpriseid
-      // this.form.contactsid = this.data.contactsid
-      // this.form.remarks = this.data.remarks
-      // this.form.address = this.data.address
-      // this.form.province = this.data.province
-      // this.form.city = this.data.city
-      // this.county = this.data.county
-      // this.form.value[0] = this.data.province
-      // this.form.value[1] = this.data.city
-      // this.form.value[2] = this.data.county
       this.form = Object.assign({},this.form,this.data)
       if (this.form.isdefault === 0){
         this.form.isdefault = '0'