woderenwu
This commit is contained in:
parent
c660f34efe
commit
1f2c9f1278
|
@ -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.
|
||||||
|
|
|
@ -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++) {
|
||||||
|
|
Loading…
Reference in New Issue