diff --git a/src/api/plantform/subsite.js b/src/api/plantform/subsite.js
index 679eefd..c92800c 100644
--- a/src/api/plantform/subsite.js
+++ b/src/api/plantform/subsite.js
@@ -24,3 +24,15 @@ export function doDelete(data) {
data,
})
}
+
+//发起签署合同
+export function createByFile(data) {
+ return request({
+ url: URL.shop.esign.signFlow.createByFile,
+ method: 'post',
+ data,
+ headers: {
+ 'Content-Type': 'application/json' // 明确指定JSON格式
+ }
+ })
+}
diff --git a/src/views/store/base/components/StoreBaseEdit.vue b/src/views/store/base/components/StoreBaseEdit.vue
index 033a41e..3db51ba 100644
--- a/src/views/store/base/components/StoreBaseEdit.vue
+++ b/src/views/store/base/components/StoreBaseEdit.vue
@@ -56,7 +56,7 @@
:show-all-levels="false"
@change="handleChangeBizCategory"
clearable
- :disabled="isReadonly"
+ :disabled="isReadOnly"
/>
@@ -112,6 +112,21 @@
{{ item.label }}
+
+
+
+
+ 点击下载
+
+
+ 重新签署合同
+
+
+
+
+ 签署合同
+
+