Ver código fonte

feature:bug修复

chenqilong 2 anos atrás
pai
commit
a3f619ae8c
1 arquivos alterados com 1 adições e 1 exclusões
  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}