feat: There is no way the, bug #52580
This commit is contained in:
@@ -2446,27 +2446,23 @@
|
|||||||
},
|
},
|
||||||
handle3(){
|
handle3(){
|
||||||
this.formTongGuo.approvalOpinion = 1
|
this.formTongGuo.approvalOpinion = 1
|
||||||
this.form.fsRejectStatus = 1
|
|
||||||
const json = JSON.stringify(this.form);
|
|
||||||
console.log(json)
|
|
||||||
this.$refs['form'].validate((valid) => {
|
this.$refs['form'].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
this.form.fsRejectStatus = 1
|
||||||
this.handleSubmit()
|
this.handleSubmit()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handle4(){
|
handle4(){
|
||||||
const json = JSON.stringify(this.form);
|
|
||||||
this.formTongGuo.approvalOpinion = 2
|
this.formTongGuo.approvalOpinion = 2
|
||||||
this.form.fsRejectStatus = 2
|
|
||||||
this.$refs['form'].validate((valid) => {
|
this.$refs['form'].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
this.form.fsRejectStatus = 2
|
||||||
this.handleSubmit()
|
this.handleSubmit()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handle2(){
|
handle2(){
|
||||||
const json = JSON.stringify(this.form);
|
|
||||||
this.formTongGuo.approvalOpinion = 0
|
this.formTongGuo.approvalOpinion = 0
|
||||||
this.$refs['form'].validate((valid) => {
|
this.$refs['form'].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user