|
@@ -73,11 +73,11 @@
|
|
|
|
|
|
<script>
|
|
|
export default {
|
|
|
- name: 'order-check',
|
|
|
+ name: 'order-check',
|
|
|
|
|
|
data () {
|
|
|
return {
|
|
|
- type: 4,
|
|
|
+ type: 10,
|
|
|
active: null,
|
|
|
colors: [
|
|
|
'#08e2c0', '#39bafe', '#fce439', '#fda000', '#f96d6c'
|
|
@@ -189,7 +189,7 @@ export default {
|
|
|
async updateMaker () {
|
|
|
var formData = new FormData()
|
|
|
formData.append('version', this.active.version)
|
|
|
- formData.append('type',this.type)
|
|
|
+ formData.append('type', this.type)
|
|
|
formData.append('description', this.active.description)
|
|
|
formData.append('file', this.$refs.file.files[0])
|
|
|
|
|
@@ -304,7 +304,7 @@ export default {
|
|
|
|
|
|
let para = {
|
|
|
pageNum: page - 1,
|
|
|
- //type: status,
|
|
|
+ // type: status,
|
|
|
type: this.type,
|
|
|
startDate: date1,
|
|
|
endDate: date2,
|
|
@@ -442,4 +442,4 @@ export default {
|
|
|
.el-table__expand-icon > i {
|
|
|
display: none !important;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|