wu
2025-05-09 d3b1328cd9c2bf029229cc9a8e8ac445450055b8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
  <script src="../js/main.js"></script>
    <style>
    </style>
</head>
<body>
  <div id="app"   >
    <button @click="add">123</button>
  </div>
</body>
 
</html>
<script>
  let app= new Vue({
    el: '#app',
    mixins:[mixin],
    data:{
      textColor:{
                    color:'orange'
                },
        picture:[{}],
        tupian:['',''],orderData:''
        
    },
    watch: {
      errorFlag(){
        alert
      }
    },
    methods:{
      
    },
    async mounted() {
      let timer1=await setInterval(()=>{
          let arrObj={
            type:0,
            stateData:'',
            endeData:''
          }
          sql="{call AXJ_a_largeScreen_batchOffData_select(?,?,?,?)}~"+JSON.stringify(arrObj)
          this.interValLoadAjxs('下片订单参数',sql,2,"tableData",timer1)
        },5000)
    },
    methods: {
      add(){
        this.global.errorFlag=1
        this.orderData=1
        //console.log(vue.);
      }
      
    },
 
   })
 
 
 
 </script>