|
@@ -328,7 +328,7 @@ export default {
|
|
title: '提示',
|
|
title: '提示',
|
|
content: '确定提交本次巡店?',
|
|
content: '确定提交本次巡店?',
|
|
success: function(res) {
|
|
success: function(res) {
|
|
- console.log(res, '--------');
|
|
|
|
|
|
+ console.log(_this.taskId, '--------');
|
|
if (res.confirm || res.index == 0) {
|
|
if (res.confirm || res.index == 0) {
|
|
submitTask({
|
|
submitTask({
|
|
id: _this.taskId
|
|
id: _this.taskId
|