|
|
|
@ -129,7 +129,6 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
getBoardData() { |
|
|
|
debugger |
|
|
|
$.ajax({ |
|
|
|
url: "/board/getOrderBoardData", |
|
|
|
type: "POST", |
|
|
|
@ -152,7 +151,6 @@ export default { |
|
|
|
}) |
|
|
|
}, |
|
|
|
boardLoading(data_temp) { |
|
|
|
debugger |
|
|
|
let that = this; |
|
|
|
that.doOne(data_temp); |
|
|
|
var x = 0; |
|
|
|
@ -280,7 +278,6 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
load2() { |
|
|
|
debugger |
|
|
|
let that = this; |
|
|
|
let timeout; |
|
|
|
if (that.itemNum == 0) { |
|
|
|
|