Преглед на файлове

1.0.8 curd查看关闭后取消表格选中项

liuyanpeng преди 4 месеца
родител
ревизия
9874d0cfd1
променени са 4 файла, в които са добавени 10 реда и са изтрити 6 реда
  1. 1 1
      bat/install.bat
  2. 1 1
      bat/publish.bat
  3. 4 4
      package.json
  4. 4 0
      src/window1/tabGridView/TabGridEdit.vue

+ 1 - 1
bat/install.bat

@@ -1,5 +1,5 @@
 set current_path="%~dp0"
 cd %current_path%
 cd ..
-npm install --registry http://wuzhixin.vip:4873
+npm install --registry https://npm.leanwo.com
 pause

+ 1 - 1
bat/publish.bat

@@ -3,5 +3,5 @@ cd %current_path%
 cd ..
 echo npm version patch
 echo npm run build-lib
-npm publish --registry http://wuzhixin.vip:4873/
+npm publish --registry https://npm.leanwo.com/
 pause

+ 4 - 4
package.json

@@ -1,15 +1,15 @@
 {
   "name": "client-base-v5",
   "description": "Leanwo Prodog Client",
-  "version": "1.0.7",
+  "version": "1.0.8",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
-    "ins": "npm install --registry http://wuzhixin.vip:4873",
+    "ins": "npm install --registry https://npm.leanwo.com",
     "dev": "cross-env webpack serve --config ./webpack.dev.js",
     "remotedev": "cross-env remoteDevPort=8081 node server.js",
     "build-lib": "cross-env NODE_ENV=production webpack --progress --config ./webpack.lib.js",
     "build": "cross-env NODE_ENV=production webpack --mode=production --config ./webpack.prod.js --progress",
-    "pub": "npm publish --registry http://wuzhixin.vip:4873/"
+    "pub": "npm publish --registry https://npm.leanwo.com/"
   },
   "files": [
     "package.json",
@@ -58,7 +58,7 @@
   },
   "publishConfig": {
     "access": "public",
-    "registry": "http://wuzhixin.vip:4873/"
+    "registry": "https://npm.leanwo.com/"
   },
   "repository": {
     "type": "http",

+ 4 - 0
src/window1/tabGridView/TabGridEdit.vue

@@ -563,6 +563,10 @@ export default {
     handleRefreshCurdData: function () {
       const _self = this;
       // _self.refreshDatas();
+      _self.selectModelDatas = [];
+      _self.modelDatas.forEach(function (item) {
+        item.select = false;
+      });
       _self.dynamicComponentOpen = false;
     },
     // 获取当前tab为哪个阶段