Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -1098,8 +1098,15 @@ export default {
|
|||||||
this.$http.get('sarStandProjectLibrary/queryProject', this.localProTableSearch, {
|
this.$http.get('sarStandProjectLibrary/queryProject', this.localProTableSearch, {
|
||||||
_this: this, loading: 'loading'
|
_this: this, loading: 'loading'
|
||||||
}, res => {
|
}, res => {
|
||||||
console.log(res.data)
|
// console.log(res.data)
|
||||||
this.localProTableList = res.data.Maintenance.records
|
if (this.localProTableSearch.prodectCode === 'Maintenance') {
|
||||||
|
this.localProTableList = res.data.Maintenance.records
|
||||||
|
}
|
||||||
|
else if (this.localProTableSearch.prodectCode === 'notMaintenance')
|
||||||
|
{
|
||||||
|
this.localProTableList = res.data.notMaintenance.records
|
||||||
|
|
||||||
|
}
|
||||||
this.total = res.data.count
|
this.total = res.data.count
|
||||||
// this.localProTableList.map((item) => {
|
// this.localProTableList.map((item) => {
|
||||||
// this.xmztOptions.map((opr) => {
|
// this.xmztOptions.map((opr) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user