Commit 8325165c authored by zhangyanni's avatar zhangyanni

文案

parent a8f50c7e
......@@ -1259,7 +1259,7 @@
if (valid) {
that.ruleForm.requirementEndTime = publicFunc.getDataFormatFunc(that.ruleForm.requirementEndTime, 0);
that.ruleForm.targetLabel = this.flagList1 ? this.flagList1.join(",") : "";
this.$confirm('您的需求已更改,点击确认该需求会重新提交审核,审核期间需求内容保持不变,通过后会更新为最新修改结果,确认将修改的内容提交审核吗?', '提示', {
this.$confirm('您的需求已更改,点击确认该需求会重新提交审核,通过后会更新为最新修改结果,确认将修改的内容提交审核吗?', '提示', {
confirmButtonText: '确认',
cancelButtonText: '取消',
type: 'warning'
......
......@@ -1353,7 +1353,7 @@
this.ruleForm.requirementEndTime = publicFunc.getDataFormatFunc(this.ruleForm.requirementEndTime,0);
this.ruleForm.companyLabel = this.flagList1?this.flagList1.join(","):"";
if (!this.ruleForm.companyLogoUrl) return false;
this.$confirm('您的需求已更改,点击确认该需求会重新提交审核,审核期间需求内容保持不变,通过后会更新为最新修改结果,确认将修改的内容提交审核吗?', '提示', {
this.$confirm('您的需求已更改,点击确认该需求会重新提交审核,通过后会更新为最新修改结果,确认将修改的内容提交审核吗?', '提示', {
confirmButtonText: '确认',
cancelButtonText: '取消',
type: 'warning'
......
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