-
-
+
@@ -55,15 +28,15 @@
diff --git a/src/views/modules/sys/resource-add-or-update.vue b/src/views/modules/sys/resource-add-or-update.vue
index 9e557820..6fc77ca9 100644
--- a/src/views/modules/sys/resource-add-or-update.vue
+++ b/src/views/modules/sys/resource-add-or-update.vue
@@ -182,6 +182,7 @@ export default {
this.$nextTick(() => {
this.$refs['dataForm'].resetFields()
this.dataForm.parentName = '一级资源'
+ this.dataForm.pid = '0'
this.dataForm.resourceList = []
this.buttonFlag = false
this.getResourceList().then(() => {