This commit is contained in:
2024-03-26 15:56:31 +08:00
parent 634e8b71ab
commit 0855ae42cd
547 changed files with 94818 additions and 60463 deletions

View File

@@ -8,7 +8,8 @@ function initshape() {
shapevm = new Vue({
el: '#shapeList',
data: {
shapes: []
shapes: [],
DeleteTitle: GetTextByKey("P_MV_DELETE", "Delete")
},
methods: {
reload: function (data) {
@@ -111,7 +112,7 @@ function deleteShapeClick(e) {
return;
}
var item = {
'Key': e.data.CompanyID,
'Key': e.data.CompanyID || "",
'Value': e.data.ID
};
showmaskbg(true);
@@ -207,7 +208,7 @@ function SaveImportShapeFile() {
function getShapeFileData(s, needLocate) {
var item = {
'Key': s.CompanyID,
'Key': s.CompanyID||"",
'Value': s.ID,
'Tag1': s.FileName
};