|
|
|
@ -37,17 +37,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
// $.ajaxSetup({ |
|
|
|
// complete:function(XMLHttpRequest,textStatus){ |
|
|
|
// |
|
|
|
// //通过XMLHttpRequest取得响应头,sessionstatus, |
|
|
|
// var sessionstatus=XMLHttpRequest.getResponseHeader("sessionstatus"); |
|
|
|
// if(sessionstatus=="timeout"){ |
|
|
|
// //如果超时就处理 ,指定要跳转的页面(比如登陆页) |
|
|
|
// window.location.replace("/login/index.php"); |
|
|
|
// } |
|
|
|
// } |
|
|
|
// }); |
|
|
|
|
|
|
|
import TimeC from "./time" |
|
|
|
export default { |
|
|
|
|
|
|
|
@ -139,6 +129,7 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
getBoardData() { |
|
|
|
debugger |
|
|
|
$.ajax({ |
|
|
|
url: "/board/getOrderBoardData", |
|
|
|
type: "POST", |
|
|
|
@ -161,6 +152,7 @@ export default { |
|
|
|
}) |
|
|
|
}, |
|
|
|
boardLoading(data_temp) { |
|
|
|
debugger |
|
|
|
let that = this; |
|
|
|
that.doOne(data_temp); |
|
|
|
var x = 0; |
|
|
|
@ -288,6 +280,7 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
load2() { |
|
|
|
debugger |
|
|
|
let that = this; |
|
|
|
let timeout; |
|
|
|
if (that.itemNum == 0) { |
|
|
|
@ -433,12 +426,10 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
activated() { |
|
|
|
this.load2(); |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
this.load(); |
|
|
|
this.getItemNoNumber(); |
|
|
|
this.load2(); |
|
|
|
}, |
|
|
|
destroyed() { |
|
|
|
// if (this.myChart0) { |
|
|
|
|