审批
This commit is contained in:
@@ -170,12 +170,12 @@ export default {
|
|||||||
},
|
},
|
||||||
edit() {
|
edit() {
|
||||||
if(this.isEdit) {
|
if(this.isEdit) {
|
||||||
this.submit()
|
this.editSubmit()
|
||||||
}else {
|
}else {
|
||||||
this.isEdit = true
|
this.isEdit = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
submit() {
|
editSubmit() {
|
||||||
if(this.flag) return
|
if(this.flag) return
|
||||||
|
|
||||||
if (!/^([1-9]\d*|0)(\.\d{1,2})?$/g.test(this.info.applyIntegral)) {
|
if (!/^([1-9]\d*|0)(\.\d{1,2})?$/g.test(this.info.applyIntegral)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user