소스 검색

Merge branch 'feature/pyh_批量弹窗页面优化' into develop

pengyh 1 년 전
부모
커밋
c901f2c327
3개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 3
      package-lock.json
  2. 1 1
      package.json
  3. 1 1
      src/views/auxiliaryFittings/settleAccountManagement/salesWithdraw/index.vue

+ 3 - 3
package-lock.json

@@ -4716,9 +4716,9 @@
       "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
     },
     "@zjlib/element-plugins": {
-      "version": "2.13.13",
-      "resolved": "http://121.41.110.30:4873/@zjlib%2felement-plugins/-/element-plugins-2.13.13.tgz",
-      "integrity": "sha512-9WH9T7kBuKc1IHSUrQ5w7RsDU4yA/Q5u3muvjS893p3J3hR9K3r/dEmcfWXKXsPCROd/+QqNqBsUEvIaiofvIQ==",
+      "version": "2.13.15",
+      "resolved": "http://121.41.110.30:4873/@zjlib%2felement-plugins/-/element-plugins-2.13.15.tgz",
+      "integrity": "sha512-GXXOWr9aDcJH4JLu13uge+m3Tj6KXxs+M83mKrnOOBThFoV2TX1qH0S94Ulk14/E4BmG5WCd3OPbu1v8nFzxwA==",
       "requires": {
         "@turf/turf": "^6.5.0",
         "@vuemap/vue-amap": "^0.1.12",

+ 1 - 1
package.json

@@ -18,7 +18,7 @@
     "@turf/turf": "^6.5.0",
     "@vue-office/excel": "^1.3.0",
     "@vue/composition-api": "^1.7.1",
-    "@zjlib/element-plugins": "^2.13.13",
+    "@zjlib/element-plugins": "^2.13.15",
     "@zjlib/element-ui2": "^1.0.3",
     "axios": "0.18.1",
     "chatgpt": "^4.1.2",

+ 1 - 1
src/views/auxiliaryFittings/settleAccountManagement/salesWithdraw/index.vue

@@ -118,7 +118,7 @@
 					</table>
 				</el-card>
 				<div slot="footer" class="dialog-footer">
-					<el-button size="mini" @click="formDialog = false; formData = {},data.removeTab">取 消</el-button>
+					<el-button size="mini" @click="formDialog = false; formData = {},data.removeTab()">取 消</el-button>
 					<el-button size="mini" v-if="formData.status == 0" type="primary" @click="update(formData.id,data.removeTab)">设为已发</el-button>
 				</div>
 			</div>