このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
liumin
/
zkPCproject
ウォッチ
0
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
init
newStyle
lancer
3年前
親
a3f1c116d7
コミット
ecfc5f51d1
2個のファイルの変更
、
2行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
src/views/Statistics/dataScreeOrg.vue
+1
-0
src/views/Statistics/dataScreeSys.vue
+ 1
- 0
src/views/Statistics/dataScreeOrg.vue
ファイルの表示
@@ -383,6 +383,7 @@ export default {
dateType: this.dateType,
agentId: this.selValue == 0 ? this.choicValue : null,
orgCode: this.selValue == 1 ? this.choicValue : null,
orgType: localStorage.getItem("orgType"),
})
.then((res) => {
console.log(res);
+ 1
- 0
src/views/Statistics/dataScreeSys.vue
ファイルの表示
@@ -406,6 +406,7 @@ export default {
dateType: this.dateType,
agentId: this.selValue == 0 ? this.choicValue : null,
orgCode: this.selValue == 1 ? this.choicValue : null,
orgType: localStorage.getItem("orgType"),
})
.then((res) => {
// console.log(res);
書き込み
プレビュー
読み込み中…
キャンセル
保存