Commit 189830f0 authored by wangdong's avatar wangdong

222

parent 5df4c3fd
...@@ -155,50 +155,8 @@ export default { ...@@ -155,50 +155,8 @@ export default {
handler(newValue, oldValue) { handler(newValue, oldValue) {
this.littleDate=newValue.slice((this.currentPage-1)*4,(this.currentPage-1)*4+4) this.littleDate=newValue.slice((this.currentPage-1)*4,(this.currentPage-1)*4+4)
if(flag) .
if(newValue.length>=4){
flexranAPI
.CHANGE_SLICE_ASSOC(
{
ueConfig: [
{
imsi: 208920100001111,
dlSliceId: 1,
},
{
imsi: 208920100001100,
dlSliceId: 2,
}, {
imsi: 208920100001101,
dlSliceId: 3,
}, {
imsi: 208920100001102,
dlSliceId: 0,
},
],
},
this.$store.state.bs_id
).then((res) => {
if (res.status == "Ok") {
flag=0
this.$message({
type: "success",
message: "切换成功!",
});
flag = 0
}
}
) .catch((err)=> {
// error
});;
}
}, },
deep: true, deep: true,
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment