|
|
@@ -2456,6 +2456,8 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ //加载属性
|
|
|
+ spinningAdd: false,
|
|
|
//缩略与大图数据源
|
|
|
swiperId: 1,
|
|
|
//轮播配置
|
|
|
@@ -3190,7 +3192,7 @@ export default {
|
|
|
postAction("/smsCheck/customerData/addLog", data).then((res) => {
|
|
|
if (res.success) {
|
|
|
this.$message.success("提交成功", 3);
|
|
|
- this.addIng == true
|
|
|
+ this.$router.push({path: '/sms/check/task/check', query: {id: data.taskId}});
|
|
|
this.closeCurrent();
|
|
|
} else {
|
|
|
if ( res.message !==null){
|