diff --git a/ruoyi-ui/src/views/system/user/index.vue b/ruoyi-ui/src/views/system/user/index.vue index bfd8720..49532fa 100644 --- a/ruoyi-ui/src/views/system/user/index.vue +++ b/ruoyi-ui/src/views/system/user/index.vue @@ -1,670 +1,732 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/system/userdatasource/index.vue b/ruoyi-ui/src/views/system/userdatasource/index.vue index 249710f..c45ee3c 100644 --- a/ruoyi-ui/src/views/system/userdatasource/index.vue +++ b/ruoyi-ui/src/views/system/userdatasource/index.vue @@ -156,7 +156,7 @@ export default { name: "Userdatasource", data() { return { - operationType:null, + operationType: null, // 遮罩层 loading: true, // 选中数组 @@ -273,7 +273,6 @@ export default { submitForm() { this.$refs["form"].validate(valid => { if (valid) { - console.log(this.operationType) if (this.operationType === 2) { updateUserdatasource(this.form).then(response => { this.$modal.msgSuccess("修改成功"); @@ -281,7 +280,7 @@ export default { this.getList(); }); } - if(this.operationType === 1){ + if (this.operationType === 1) { addUserdatasource(this.form).then(response => { this.$modal.msgSuccess("新增成功"); this.open = false;