定额
This commit is contained in:
@@ -253,7 +253,7 @@ export default {
|
|||||||
this.listLoading = true
|
this.listLoading = true
|
||||||
this.tableData = []
|
this.tableData = []
|
||||||
this.num0 = ''
|
this.num0 = ''
|
||||||
if (this.radio === 1) {
|
if (this.radio === 1) { // 未编制
|
||||||
detailInfo(this.partNumValue).then(response => {
|
detailInfo(this.partNumValue).then(response => {
|
||||||
if (response.data.length !== 0) {
|
if (response.data.length !== 0) {
|
||||||
this.typeValue = response.data[0].零件类型名称
|
this.typeValue = response.data[0].零件类型名称
|
||||||
@@ -264,6 +264,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
mainTable(this.num0).then(response => {
|
mainTable(this.num0).then(response => {
|
||||||
|
console.log(response.data)
|
||||||
if (response.data.length === 0) {
|
if (response.data.length === 0) {
|
||||||
this.listLoading = false
|
this.listLoading = false
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user