Procházet zdrojové kódy

feature:bug修复

chenqilong před 2 roky
rodič
revize
a3f619ae8c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/supply/retail/retail_list.vue

+ 1 - 1
src/views/supply/retail/retail_list.vue

@@ -181,7 +181,7 @@ export default {
               </el-button>
             ) : null}
             {this.$checkBtnRole('edit', this.$route.meta.roles) && row.examineStatus === statusData['SAVE'] ? (
-              <el-button type="text" onClick={() => toForm(row)}>
+              <el-button type="text" onClick={() => this.toForm(row)}>
                 编辑
               </el-button>
             ) : null}