daiqisheng 3 éve
szülő
commit
e512703a34
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      src/pages/main/performance/components/sheet.vue

+ 2 - 1
src/pages/main/performance/components/sheet.vue

@@ -2,7 +2,7 @@
  * @Author       : yuanrunwei
  * @Date         : 2021-12-04 14:23:58
  * @LastEditors: daiqisheng
- * @LastEditTime: 2022-04-25 18:13:58
+ * @LastEditTime: 2022-04-25 19:11:41
  * @FilePath     : \spfm-market-front\src\pages\main\performance\components\sheet.vue
 -->
 <template>
@@ -713,6 +713,7 @@ export default {
           ]) {
             if (!that.handleAllow({ row, column })) {
               that.$message.error("您没有编辑权限");
+              return false
             }
           },
           updated: function ({ range }) {