|
|
@ -60,6 +60,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import Chart from "@/components/board/Chart";
|
|
|
|
import Chart from "@/components/board/Chart";
|
|
|
|
|
|
|
|
import { highFaultList } from '@//api/report/reportAPI'
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: 'ProductOffLine',
|
|
|
|
name: 'ProductOffLine',
|
|
|
@ -152,7 +153,12 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
getList(){
|
|
|
|
getList(){
|
|
|
|
console.log(this.form)
|
|
|
|
highFaultList({ beginBeginTime: '2024-03-28', endBeginTime: '2024-04-28'
|
|
|
|
|
|
|
|
, FACTORY_CODE: '1301' , PRODUCT_LINE_CODE: 'CX_02'}).then(response => {
|
|
|
|
|
|
|
|
//分页查询
|
|
|
|
|
|
|
|
console.log(response)
|
|
|
|
|
|
|
|
this.loading = false
|
|
|
|
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
resetForm(formName) {
|
|
|
|
resetForm(formName) {
|
|
|
|
this.$refs[formName].resetFields();
|
|
|
|
this.$refs[formName].resetFields();
|
|
|
|