|
@ -409,7 +409,6 @@ export default { |
|
|
this.listLoading = false; |
|
|
this.listLoading = false; |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
//版本下拉列表选择项 |
|
|
//版本下拉列表选择项 |
|
|
JobVersionValue(params) { |
|
|
JobVersionValue(params) { |
|
@ -484,6 +483,9 @@ export default { |
|
|
}, |
|
|
}, |
|
|
print() { |
|
|
print() { |
|
|
this.dialogFormVisible = true; |
|
|
this.dialogFormVisible = true; |
|
|
|
|
|
if (this.$refs["accountDatelist"] !== undefined) { |
|
|
|
|
|
this.$refs["accountDatelist"].resetFields(); |
|
|
|
|
|
} |
|
|
//this.getList(); |
|
|
//this.getList(); |
|
|
}, |
|
|
}, |
|
|
handleCreateBillsEnd(row) { |
|
|
handleCreateBillsEnd(row) { |
|
|