瀏覽代碼

修改bug

chenrui 3 月之前
父節點
當前提交
bcf4f8692c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/promotionManagement/subsidizedProducts/editModal.vue

+ 1 - 1
src/views/promotionManagement/subsidizedProducts/editModal.vue

@@ -67,7 +67,7 @@ export default {
       subsidizedProductEdit({ subsidyAmount: _this.subsidyAmount, productSns: _this.itemSn }).then(res => {
         if (res.status == 200) {
           if (res.data) {
-            this.getErrorInfo(res.data)
+            _this.getErrorInfo(res.data)
           } else {
             _this.$message.success(res.message)
             _this.$emit('ok')