1
lzhe
2024-04-07 16035381446123402f86334f88613fb62fcd35f8
src/views/console/system/menu.vue
@@ -2,7 +2,7 @@
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-03-26 10:28:33
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-04-02 11:56:39
 * @LastEditTime: 2024-04-07 11:54:15
 * @FilePath: /smart-web/src/views/master/person/main/index.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -124,7 +124,7 @@
      methods: {
         handleSuccess(formAddMenu) {
            this.searchData.parentId = formAddMenu.parentId;
            this.searchClearBtn();
            this.clearSearch();
         },
         tableLoad(row,treeNode,resolve) {
            this.searchData.parentId= row.id;
@@ -133,7 +133,6 @@
                  resolve(res.data);
               }
            })
         },
         clearSearch() {
            this.searchData= {