feat: There is no way the, bug #52580
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user