|
|
@@ -723,14 +723,14 @@ export default {
|
|
|
/** 提交按钮 */
|
|
|
changeSubmitForm() {
|
|
|
this.addIndex = 2;
|
|
|
- debugger;
|
|
|
this.$refs["form"].validate((valid) => {
|
|
|
if (valid) {
|
|
|
+ console.log(this.queryParams,'queryParams')
|
|
|
updateDept(this.form).then((response) => {
|
|
|
this.$modal.msgSuccess("处理成功");
|
|
|
this.open = false;
|
|
|
this.getList();
|
|
|
- this.getDeptTree();
|
|
|
+ // this.getDeptTree();
|
|
|
});
|
|
|
}
|
|
|
});
|