Browse Source

plm字段权限

master
ruanqi 2 years ago
parent
commit
95bfd38771
  1. 12
      src/views/modules/common/Chooselist.vue

12
src/views/modules/common/Chooselist.vue

@ -220,6 +220,18 @@ export default {
this.param3= ''
this.param= ''
this.param4=this.$store.state.user.site
this.baseListData={
caption1: '',
caption2: '',
caption3: '',
caption4: '',
description: '',
fieldname1: '',
fieldname2: '',
sqlcode: '',
tagno: '',
}
this.dataList=[];
}
}
}

Loading…
Cancel
Save