fix 代码生成vue页面缓存不起作用

This commit is contained in:
不做码农
2021-12-24 22:28:28 +08:00
parent 5bce7e0464
commit 27cca0e4a4
3 changed files with 5 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ $end
} from '@/api/${genTable.ModuleName}/${lowerBusinessName}.js';
export default {
name: "${genTable.BusinessName}",
name: "${lowerBusinessName}",
data() {
return {
labelWidth: "100px",