| | |
| | | |
| | | const aps_plate_process_statList = ref([]); |
| | | const open = ref(false); |
| | | const loading = ref(true); |
| | | const loading = ref(false); |
| | | const showSearch = ref(true); |
| | | const single = ref(true); |
| | | const multiple = ref(true); |
| | | const total = ref(0); |
| | | const title = ref(""); |
| | | const height = ref(document.documentElement.clientHeight - 270 + "px;") |
| | | const height = ref(document.documentElement.clientHeight - 220 + "px;") |
| | | |
| | | |
| | | const data = reactive({ |
| | |
| | | |
| | | }); |
| | | aps_plate_process_statList.value =listValue |
| | | debugger; |
| | | total.value = response.total; |
| | | loading.value = false; |
| | | }); |
| | |
| | | /** 修改按钮操作 */ |
| | | function handleUpdate(row) { |
| | | reset(); |
| | | loading.value = true; |
| | | updateStat().then(response => { |
| | | form.value = response.data; |
| | | loading.value = false; |
| | | ElMessage({ |
| | | message: '数据更新成功', |
| | | type: 'success', |