|
@@ -331,7 +331,6 @@ export default {
|
|
// 取消按钮
|
|
// 取消按钮
|
|
cancel() {
|
|
cancel() {
|
|
this.open = false;
|
|
this.open = false;
|
|
- this.reset();
|
|
|
|
},
|
|
},
|
|
// 单选框选中数据
|
|
// 单选框选中数据
|
|
selectBrand(row) {
|
|
selectBrand(row) {
|
|
@@ -353,11 +352,6 @@ export default {
|
|
batchChange(change){
|
|
batchChange(change){
|
|
this.staffList.deptIds = []
|
|
this.staffList.deptIds = []
|
|
if(this.$refs.tableRef.selection.length>0){
|
|
if(this.$refs.tableRef.selection.length>0){
|
|
-
|
|
|
|
- }else{
|
|
|
|
- this.msgError("请选择部门")
|
|
|
|
- }
|
|
|
|
- if(this.tableRadio){
|
|
|
|
if(change == "1"){
|
|
if(change == "1"){
|
|
this.getListczgl()
|
|
this.getListczgl()
|
|
this.open = true;
|
|
this.open = true;
|
|
@@ -381,8 +375,13 @@ export default {
|
|
})
|
|
})
|
|
}
|
|
}
|
|
}else{
|
|
}else{
|
|
- this.$message.error('请勾选需要处理充值到账比例部门信息')
|
|
|
|
|
|
+ this.msgError("请选择部门")
|
|
}
|
|
}
|
|
|
|
+ // if(this.tableRadio){
|
|
|
|
+
|
|
|
|
+ // }else{
|
|
|
|
+ // this.$message.error('请勾选需要处理充值到账比例部门信息')
|
|
|
|
+ // }
|
|
},
|
|
},
|
|
/** 提交按钮 */
|
|
/** 提交按钮 */
|
|
submitForm() {
|
|
submitForm() {
|