代码优化
This commit is contained in:
parent
ad70cae3ee
commit
e12b62d13e
|
|
@ -862,7 +862,7 @@ export default {
|
||||||
return false
|
return false
|
||||||
} else {
|
} else {
|
||||||
if (
|
if (
|
||||||
this.queryParams.leaseApplyDetails.length === 0 &&
|
this.leaseApplyDetails.length === 0 &&
|
||||||
this.wholeTypeNameList.length === 0
|
this.wholeTypeNameList.length === 0
|
||||||
) {
|
) {
|
||||||
this.$message.error('请添加机具类型或成套设备')
|
this.$message.error('请添加机具类型或成套设备')
|
||||||
|
|
@ -871,7 +871,7 @@ export default {
|
||||||
|
|
||||||
let canSave = true
|
let canSave = true
|
||||||
|
|
||||||
if (this.queryParams.leaseApplyDetails.length > 0) {
|
if (this.leaseApplyDetails.length > 0) {
|
||||||
this.queryParams.leaseApplyDetails =
|
this.queryParams.leaseApplyDetails =
|
||||||
this.leaseApplyDetails
|
this.leaseApplyDetails
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
|
|
@ -861,7 +861,7 @@ export default {
|
||||||
getList() {
|
getList() {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
getListByMaType(this.queryParams).then((response) => {
|
getListByMaType(this.queryParams).then((response) => {
|
||||||
this.typeList = response.data
|
this.typeList = response.data.rows
|
||||||
// this.total = response.total;
|
// this.total = response.total;
|
||||||
this.loading = false
|
this.loading = false
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ module.exports = {
|
||||||
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
|
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
|
||||||
// target: `https://z.csgmall.com.cn`,
|
// target: `https://z.csgmall.com.cn`,
|
||||||
|
|
||||||
target: `http://192.168.2.158:39080`, //超
|
target: `http://192.168.2.158:49080`, //超
|
||||||
// target: `http://10.40.92.81:8080`, //韩/
|
// target: `http://10.40.92.81:8080`, //韩/
|
||||||
// target: `http://192.168.2.74:49080`, //旭/
|
// target: `http://192.168.2.74:49080`, //旭/
|
||||||
// target: `http://192.168.2.17:39080`, //帅
|
// target: `http://192.168.2.17:39080`, //帅
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue