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: this, loading: 'loading'
|
||||
}, res => {
|
||||
console.log(res.data)
|
||||
this.localProTableList = res.data.Maintenance.records
|
||||
// console.log(res.data)
|
||||
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.localProTableList.map((item) => {
|
||||
// this.xmztOptions.map((opr) => {
|
||||
|
||||
Reference in New Issue
Block a user