This commit is contained in:
shijingjing
2022-08-17 17:21:26 +08:00
parent 7500bf286e
commit c0de94aca9
2 changed files with 6 additions and 3 deletions

View File

@@ -17,6 +17,8 @@
],
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@jiaminghi/c-render": "^0.4.3",
"@jiaminghi/charts": "^0.2.18",
"@jiaminghi/data-view": "^2.10.0",
"bin-code-editor": "^0.9.0",
"dayjs": "^1.8.35",
@@ -50,13 +52,14 @@
"eslint-plugin-vue": "^5.0.0",
"image-webpack-loader": "^6.0.0",
"inquirer": "^6.5.2",
"node-sass": "npm:sass@^1.43.4",
"readline": "^1.3.0",
"sass-loader": "^7.1.0",
"sass": "^1.32.12",
"sass-loader": "^7.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"v-viewer": "^1.6.4",
"vue": "^2.6.14",
"vue-router": "^3.3.4",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.5.1",
"vuex-persistedstate": "^2.7.1"

View File

@@ -168,7 +168,7 @@ export default {
this.dialog = true
} else if(type ==1) {
this.chooseUserList = [{
id: row.id,
id: row.userId,
name: row.userName
}]
this.form.ids = this.chooseUserList.map(e => e.id)