This commit is contained in:
zyn
2023-11-03 13:20:48 +08:00
parent 09bb75da3b
commit b2bec70c9c
@@ -1267,8 +1267,8 @@
// this.form.standCode = val + ' ' + this.form.standNum + ( this.form.standYear === '' ? '' : '-' + this.form.standYear )
},
standNumChange(val){
this.$set(this.form, 'standNum', val)
this.form.standCode = this.form.standSort + this.form.standNum + ( this.form.standYear === '' ? '' : '-' + this.form.standYear )
this.$forceUpdate()
},
checkedRoleTransfer (data) {
this.isSubmit = true