woderenwu

This commit is contained in:
shilixia 2021-05-07 09:35:50 +08:00
parent c660f34efe
commit 1f2c9f1278
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
ENV = 'development' ENV = 'development'
# base api # base api
#VUE_APP_BASE_API = 'http://10.0.11.127:8000/api' VUE_APP_BASE_API = 'http://10.0.11.127:8000/api'
VUE_APP_BASE_API = 'http://127.0.0.1:8000/api' #VUE_APP_BASE_API = 'http://127.0.0.1:8000/api'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled. # to control whether the babel-plugin-dynamic-import-node plugin is enabled.

View File

@ -454,7 +454,7 @@ export default {
}, },
//组长指派人员 //组长指派人员
sendconfirm(){ sendconfirm(){
this.ids=[];
const lengths = this.multipleSelection.length; const lengths = this.multipleSelection.length;
for (let i = 0; i < lengths; i++) { for (let i = 0; i < lengths; i++) {