【update】-重写查询方法--删除预估到账日期属性
This commit is contained in:
@@ -294,6 +294,14 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
formatMoney,
|
formatMoney,
|
||||||
|
// 重写查询方法--删除预估到账日期属性
|
||||||
|
searchQuery() {
|
||||||
|
this.lastQueryParam = {...this.queryParam}
|
||||||
|
if(this.lastQueryParam.estimatedArrivalDate) {
|
||||||
|
delete this.lastQueryParam.estimatedArrivalDate
|
||||||
|
}
|
||||||
|
this.loadData(1)
|
||||||
|
},
|
||||||
/*
|
/*
|
||||||
* 打开项目详情模态框
|
* 打开项目详情模态框
|
||||||
* */
|
* */
|
||||||
|
|||||||
@@ -277,6 +277,14 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
formatMoney,
|
formatMoney,
|
||||||
|
// 重写查询方法--删除预估到账日期属性
|
||||||
|
searchQuery() {
|
||||||
|
this.lastQueryParam = {...this.queryParam}
|
||||||
|
if(this.lastQueryParam.estimatedArrivalDate) {
|
||||||
|
delete this.lastQueryParam.estimatedArrivalDate
|
||||||
|
}
|
||||||
|
this.loadData(1)
|
||||||
|
},
|
||||||
/*
|
/*
|
||||||
* 打开项目详情模态框
|
* 打开项目详情模态框
|
||||||
* */
|
* */
|
||||||
|
|||||||
@@ -416,6 +416,14 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
formatMoney,
|
formatMoney,
|
||||||
|
// 重写查询方法--删除预估到账日期属性
|
||||||
|
searchQuery() {
|
||||||
|
this.lastQueryParam = {...this.queryParam}
|
||||||
|
if(this.lastQueryParam.estimatedArrivalDate) {
|
||||||
|
delete this.lastQueryParam.estimatedArrivalDate
|
||||||
|
}
|
||||||
|
this.loadData(1)
|
||||||
|
},
|
||||||
/**
|
/**
|
||||||
* 初始化工作组信息
|
* 初始化工作组信息
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user