Browse Source

Merge branch 'feature_dlt_taidong' into feature

feature
duanliangtao 1 year ago
parent
commit
a248f2d215
  1. 5
      src/views/modules/shequzhili/eventOld/cpts/add.vue

5
src/views/modules/shequzhili/eventOld/cpts/add.vue

@ -173,6 +173,8 @@ function iniFmData() {
// content: '',//
// status: '',// processingclosed_case
responsibleUnit:"yes",
responsibleName:"",
responsibleMobile:"",
};
}
@ -349,11 +351,12 @@ export default {
this.obj.level = this.sarr[this.sarr.length - 1].level
},
handleDemandTypeChange() {
this.$refs.ref_form1.clearValidate(); //
this.cleanDataRule(); //
this.formData.demandType = this.formData.demandType; //
},
cleanDataRule(){
this.$refs.ref_form1.clearValidate(); //
this.$refs.ref_form2.clearValidate(); //
},
getLastItem(list, vals, key) {
let LIST = list || [];

Loading…
Cancel
Save