|
@@ -67,7 +67,7 @@ class TjzlManagement extends BaseWidget {
|
|
|
this.setHtml(this.template.split('$$')[0]);
|
|
|
this.ajaxSend = new AjaxSend();;
|
|
|
this.getRadio();
|
|
|
- this.getDirc();
|
|
|
+
|
|
|
this.initFileInput();
|
|
|
this.initEvent();
|
|
|
this.getFileType();
|
|
@@ -1101,10 +1101,10 @@ class TjzlManagement extends BaseWidget {
|
|
|
this.toast.show("请选择输入名称!");
|
|
|
return;
|
|
|
}
|
|
|
- var dataFind = _.find(this.getDircLsit, { name: value, layerType: '01', prjId: this.prjId });
|
|
|
+
|
|
|
data.append("stdId", this.stdId);
|
|
|
data.append("prjId", this.prjId);
|
|
|
- data.append("layerId", dataFind.id);
|
|
|
+
|
|
|
data.append("name", name);
|
|
|
data.append("deptName", sendUnit);
|
|
|
data.append("sourceType", sourceType);
|