|
@@ -2896,7 +2896,7 @@ export default {
|
|
creditClick() {
|
|
creditClick() {
|
|
for (let item in this.Printinglist) {
|
|
for (let item in this.Printinglist) {
|
|
if (!this.Printinglist[item].fId) {
|
|
if (!this.Printinglist[item].fId) {
|
|
- return this.$message.error("请存在未保存的数据");
|
|
|
|
|
|
+ return this.$message.error("存在未保存的数据");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (this.CntrTable.length > 0) {
|
|
if (this.CntrTable.length > 0) {
|