feat: There is no way the, bug #52580

This commit is contained in:
super_liu
2022-04-14 15:22:37 +08:00
parent 7914948c51
commit 93a578cdd6
@@ -2446,27 +2446,23 @@
},
handle3(){
this.formTongGuo.approvalOpinion = 1
this.form.fsRejectStatus = 1
const json = JSON.stringify(this.form);
console.log(json)
this.$refs['form'].validate((valid) => {
if (valid) {
this.form.fsRejectStatus = 1
this.handleSubmit()
}
})
},
handle4(){
const json = JSON.stringify(this.form);
this.formTongGuo.approvalOpinion = 2
this.form.fsRejectStatus = 2
this.$refs['form'].validate((valid) => {
if (valid) {
this.form.fsRejectStatus = 2
this.handleSubmit()
}
})
},
handle2(){
const json = JSON.stringify(this.form);
this.formTongGuo.approvalOpinion = 0
this.$refs['form'].validate((valid) => {
if (valid) {