Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -579,7 +579,7 @@ export default {
|
|||||||
if (valid) {
|
if (valid) {
|
||||||
if(this.addForm.useFlag === '启用'){
|
if(this.addForm.useFlag === '启用'){
|
||||||
this.addForm.useFlag = '1'
|
this.addForm.useFlag = '1'
|
||||||
}else {
|
}else if(this.addForm.useFlag === '禁用'){
|
||||||
this.addForm.useFlag = '0'
|
this.addForm.useFlag = '0'
|
||||||
}
|
}
|
||||||
if (this.type === 1) { // 新增
|
if (this.type === 1) { // 新增
|
||||||
|
|||||||
Reference in New Issue
Block a user