导入修复

dhy
杜函宇 1 year ago
parent 104447a6d1
commit a3d138bfab

@ -12,9 +12,9 @@ VUE_APP_TITLE = 苏州应急执法计划管理系统
ENV = 'development'
# 苏州应急执法计划管理系统/开发环境
# VUE_APP_BASE_API = 'http://39.101.188.84:9033'
VUE_APP_BASE_API = 'http://39.101.188.84:9033'
# VUE_APP_BASE_API = 'http://192.168.0.105:9033'
VUE_APP_BASE_API = 'http://180.108.205.123:13002'
# VUE_APP_BASE_API = 'http://180.108.205.123:13002'
# VUE_APP_BASE_API = '/api'

@ -78,11 +78,11 @@ export default {
getData(e) {
if (!this.none) {
if (e.length == 1) {
this.$emit("quhua", e[0].slice(1, 8));
this.$emit("quhua", e[0].slice(0, 7));
} else if (e.length == 2 && e[0] == e[1]) {
this.$emit("quhua", e[0].slice(1, 8));
this.$emit("quhua", e[0].slice(0, 7));
} else {
this.$emit("quhua", e[1].slice(1, 11));
this.$emit("quhua", e[1].slice(0, 10));
}
} else {
if (e.length == 1) {

Loading…
Cancel
Save