|
|
@@ -89,7 +89,7 @@ |
|
|
|
</template> |
|
|
|
<script> |
|
|
|
import BaseDialog from '~/components/BaseDialog.vue'; |
|
|
|
import { getResQueueCode, getResSpecificationList, addResScene, updateResScene } from '~/apis/modules/resources'; |
|
|
|
import { getResQueueCode, getResSpecificationListAll, addResScene, updateResScene } from '~/apis/modules/resources'; |
|
|
|
import { JOB_TYPE, CLUSTERS, ACC_CARD_TYPE, SPECIFICATION_STATUS } from '~/const'; |
|
|
|
import { getListValueWithKey } from '~/utils'; |
|
|
|
|
|
|
@@ -170,9 +170,9 @@ export default { |
|
|
|
cluster: this.dataInfo.Cluster, |
|
|
|
queue: this.dataInfo.QueueId === '-1' ? '' : this.dataInfo.QueueId, |
|
|
|
// status: 2, |
|
|
|
page: 1, |
|
|
|
// page: 1, |
|
|
|
}; |
|
|
|
return getResSpecificationList(params).then(res => { |
|
|
|
return getResSpecificationListAll(params).then(res => { |
|
|
|
res = res.data; |
|
|
|
if (res.Code === 0) { |
|
|
|
const list = res.Data.List; |
|
|
|