瀏覽代碼

feature:bug修复

chenqilong 2 年之前
父節點
當前提交
a3f619ae8c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}